ASP.NET Core MVC コントロールヘルプ
Macd<T> クラス
メンバ 

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : Macd<T> クラス
Represents a Moving Average Convergence/Divergence (MACD) indicator series for the FinancialChart.
オブジェクト モデル
Macd<T> クラス
シンタックス
'宣言
 
Public Class Macd(Of T) 
   Inherits MacdBase(Of T)
public class Macd<T> : MacdBase<T> 
型パラメータ
T
解説
The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.MacdBase<T>
            C1.Web.Mvc.Finance.Macd<T>

参照

Macd<T> メンバ
C1.Web.Mvc.Finance 名前空間